home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TDTMWEBSERVER / TDTMWEBSERVER.txt
Text File  |  2005-08-08  |  3KB  |  114 lines

  1. object dtmWebServer: TdtmWebServer
  2.   OldCreateOrder = False
  3.   Left = 296
  4.   Top = 295
  5.   Height = 334
  6.   Width = 382
  7.   object HTTPServer: TIdHTTPServer
  8.     OnStatus = HTTPServerStatus
  9.     Bindings = <>
  10.     CommandHandlers = <>
  11.     Greeting.NumericCode = -1
  12.     MaxConnectionReply.NumericCode = 0
  13.     OnConnect = HTTPServerConnect
  14.     OnDisconnect = HTTPServerDisconnect
  15.     OnException = HTTPServerException
  16.     ReplyExceptionCode = 0
  17.     ReplyTexts = <>
  18.     ReplyUnknownCommand.NumericCode = 0
  19.     AutoStartSession = True
  20.     SessionTimeOut = 1200000
  21.     OnCommandOther = HTTPServerCommandOther
  22.     OnCommandGet = HTTPServerCommandGet
  23.     Left = 72
  24.     Top = 48
  25.   end
  26.   object IdSMTP: TIdSMTP
  27.     MaxLineAction = maException
  28.     ReadTimeout = 0
  29.     Port = 25
  30.     AuthenticationType = atNone
  31.     Left = 200
  32.     Top = 128
  33.   end
  34.   object XMLDocumentLogin: TXMLDocument
  35.     XML.Strings = (
  36.       ''
  37.       '<html>'
  38.       '<head>'
  39.       '<title>Connexion...</title>'
  40.       
  41.         '<meta http-equiv="Content-Type" content="text/html; charset=iso-' +
  42.         '8859-1">'
  43.       '<META HTTP-EQUIV="Pragma" CONTENT="no-cache">'
  44.       ''
  45.       '<style type='#39'text/css'#39'>'
  46.       'BODY {'
  47.       #9'FONT-FAMILY: Verdana, Arial, Helvetica, Sans Serif'
  48.       '}'
  49.       '.captions { font-size: 11px; color: gray; }'
  50.       ''
  51.       '</style>'
  52.       ''
  53.       '</head>'
  54.       ''
  55.       '<body bgcolor="#FFFFFF">'
  56.       '<p> </p>'
  57.       '<p> </p>'
  58.       
  59.         '<table width="262" border="0" align="center" cellpadding="0" cel' +
  60.         'lspacing="1" bgcolor="gray">'
  61.       '  <tr>'
  62.       '    <td width="260" bgcolor="silver"> '
  63.       '      <form name="form_login" method="post">'
  64.       
  65.         '        <table width="100%" border="0" align="center" cellpaddin' +
  66.         'g="3" cellspacing="0">'
  67.       '          <tr> '
  68.       '            <td colspan="2"><strong>   </strong></td>'
  69.       '          </tr>'
  70.       '          <tr> '
  71.       
  72.         '            <td width="39%" class="captions"><strong>Utilisateur' +
  73.         '</strong></td>'
  74.       
  75.         '            <td width="61%"><input name="username" type="text" i' +
  76.         'd="username"></td>'
  77.       '          </tr>'
  78.       '          <tr> '
  79.       
  80.         '            <td class="captions"><strong>Mot de passe</strong></' +
  81.         'td>'
  82.       
  83.         '            <td><input name="password" type="password" id="passw' +
  84.         'ord"></td>'
  85.       '          </tr>'
  86.       '          <tr> '
  87.       
  88.         '            <td colspan="2"><font color="#CC0000"><strong> ' +
  89.         '  </strong></font></td>'
  90.       '          </tr>'
  91.       '          <tr> '
  92.       '            <td height="29" colspan="2"> <div align="center"> '
  93.       
  94.         '                <input type="submit" name="Submit" value="Envoye' +
  95.         'r">'
  96.       '              </div></td>'
  97.       '          </tr>'
  98.       '        </table>'
  99.       '      </form></td>'
  100.       '  </tr>'
  101.       '</table>'
  102.       '<br>'
  103.       '<p> </p>'
  104.       '<script language="JavaScript">'
  105.       #9'document.forms[0].elements['#39'username'#39'].focus();'
  106.       '</script>'
  107.       '</body>'
  108.       '</html>')
  109.     Left = 88
  110.     Top = 176
  111.     DOMVendorDesc = 'MSXML'
  112.   end
  113. end
  114.